home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / utils / creditcard check / crdchk20.exe / CardChck.exe / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt
Encoding:
Text File  |  1999-01-23  |  2.7 KB  |  114 lines

  1. object dlgoptions: Tdlgoptions
  2.   Left = 247
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'CardCheck Options'
  7.   ClientHeight = 224
  8.   ClientWidth = 342
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 329
  22.     Height = 177
  23.     Shape = bsFrame
  24.   end
  25.   object Chkguesscardtype: TCheckBox
  26.     Left = 24
  27.     Top = 24
  28.     Width = 265
  29.     Height = 17
  30.     Hint = 
  31.       'If checked you do not need to select the card type for each card' +
  32.       ' as CardCheck will guess it from the number you have entered'
  33.     Caption = 'Determine card type from structure of card number'
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.   end
  38.   object ChkCheckForNoShortcut: TCheckBox
  39.     Left = 24
  40.     Top = 56
  41.     Width = 281
  42.     Height = 17
  43.     Hint = 
  44.       'If enabled CardCheck looks at your Start menu and asks if it sho' +
  45.       'uld create a shortcut to it if one does not already exist'
  46.     Caption = 'Prompt to create a shortcut for CardCheck if none exists'
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.     TabOrder = 1
  50.   end
  51.   object chkUseBeep: TCheckBox
  52.     Left = 24
  53.     Top = 152
  54.     Width = 217
  55.     Height = 17
  56.     Hint = 
  57.       'If this is enabled then you will receive a short beep after each' +
  58.       ' credit card is processed'
  59.     Caption = 'Beep after processing each credit card'
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     TabOrder = 4
  63.   end
  64.   object chkonlyshowerroneous: TCheckBox
  65.     Left = 24
  66.     Top = 88
  67.     Width = 281
  68.     Height = 17
  69.     Hint = 
  70.       'If enabled, CardCheck will only add an entry to the results list' +
  71.       ' when an invalid card is detected.  Otherwise CardCheck adds an ' +
  72.       'entry for each card, whether valid or invalid.'
  73.     Caption = 'Only show failed entries when batch processing '
  74.     TabOrder = 2
  75.   end
  76.   object BitBtn1: TBitBtn
  77.     Left = 96
  78.     Top = 192
  79.     Width = 75
  80.     Height = 25
  81.     TabOrder = 5
  82.     OnClick = BitBtn1Click
  83.     Kind = bkOK
  84.   end
  85.   object BitBtn2: TBitBtn
  86.     Left = 176
  87.     Top = 192
  88.     Width = 75
  89.     Height = 25
  90.     TabOrder = 6
  91.     Kind = bkCancel
  92.   end
  93.   object BitBtn3: TBitBtn
  94.     Left = 256
  95.     Top = 192
  96.     Width = 75
  97.     Height = 25
  98.     TabOrder = 7
  99.     OnClick = BitBtn3Click
  100.     Kind = bkHelp
  101.   end
  102.   object ChkStayonTOp: TCheckBox
  103.     Left = 24
  104.     Top = 120
  105.     Width = 241
  106.     Height = 17
  107.     Hint = 
  108.       'If enabled, CardCheck will always remain one of the top windows,' +
  109.       ' even if you have other applications running.'
  110.     Caption = 'Always keep CardCheck visible while running'
  111.     TabOrder = 3
  112.   end
  113. end
  114.